-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add nullability annotations to ReaderPost #25039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Generated by 🚫 Danger |
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 30033 | |
| Version | PR #25039 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 38a225e | |
| Installation URL | 13dc9kbrae458 |
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 30033 | |
| Version | PR #25039 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 38a225e | |
| Installation URL | 6uqf8vrs7q0b0 |
| /// | ||
| private func showTag() { | ||
| guard let post else { | ||
| guard let post, let primaryTagSlug = post.primaryTagSlug else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nit) add wpAssertionFailure
kean
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one comment.
|





Description
The nullability annotations are based on the
ReaderPostschema in the Core Data model file.